KREDOR Business Object Framework Documentation

SelectFrom<T>.And Method (String, Op)

Appends the specified criteria to the current SelectFrom`1 instance.

public SelectFrom<T> And(
   String column,
   Op op
);

Parameters

String
The column name.
Op
A unary comparison operator - IsNull, IsNotNull, IsMax or IsMin.

Return Value

The current SelectFrom instance modified.

See Also

SelectFrom<T> Class | Kredor.BO Namespace | SelectFrom<T>.And Overload List